CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 单文档 vc

搜索资源列表

  1. N-BezierCurve

    2下载:
  2. 在VC++6.0下建立一个单文档应用程序,实现N次Bezier曲线的绘制,在绘图区点击鼠标左键得到控制顶点,并生成控制多边形和相应的N次贝塞尔曲线。利用鼠标拖动控制顶点可以实现对曲线的实时修改。-VC++6.0 in the establishment of a single-document application, to achieve N times Bezier curve drawing, the drawing area in the left mouse button click
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3673287
    • 提供者:隗平
  1. vc_yufafenxi

    1下载:
  2. VC++专用的语法分析工具,可以分析出你的VC代码是否正确,它分为词法分析和语法分析两个程序,封装在一个CFenXi类中,,本程序利用了分割窗体技术和单文档设计,压缩包内附有开发文档说明。 -VC++-specific grammar analysis tools, you can analyze your VC code is correct, it is divided into lexical analysis and syntax analysis of the two procedur
  3. 所属分类:IME Develop

    • 发布日期:2017-04-05
    • 文件大小:491285
    • 提供者:160
  1. MyNotepad

    1下载:
  2. 可以替代系统记事本的程序 首先建立基于类CEditView的单文档的工程Notepad,注意在MFC-AppWizard Step-4的Advanced中设定扩展名为txt。去掉工具栏(系统记事本里也没有),菜单按照系统的记事本来设计,并且ID用VC自带的设置,如“复制”ID为ID_EDIT_COPY。自己要加入字体的设置: 向CNotepadeView之中添加CFont类型的成员变量m_Font。为WM_CREATE消息添加映射函数。-System can replace Notepa
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:41142
    • 提供者:李建
  1. chapter10

    0下载:
  2. 《Visual C++音频/视频处理技术及工程实践》一书的部分案例代码,chapter10。实现了基于VC++2005的单文档应用的VFW的视频采集、捕获;经过标准CODEC处理后的显示;使用自己的算法处理后显示,内有xvidcore源代码。对于那些基于VFW做视频处理的同志们,该代码参考价值极大!-" Visual C++ audio/video processing technology and engineering practice" part of a book ca
  3. 所属分类:Video Capture

    • 发布日期:2017-05-26
    • 文件大小:9004241
    • 提供者:rhhh
  1. 3DSLoader

    0下载:
  2. vc单文档程序 用于播放3ds文件 开发环境:vs2005-vc single document procedures used to play 3ds file
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-26
    • 文件大小:8950128
    • 提供者:古月
  1. ODBC

    0下载:
  2. 建立一个带有ODBC 数据库的支持功能的单文档界面的工程文件,完对ADDRESSBOOK 数据库记录的增加删除修改等操作-this file is a single document file for MFC of VC++. it is useful to the beginner.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:308864
    • 提供者:韩求真
  1. Graphic

    0下载:
  2. vc++对图片的操作,单文档,孙鑫老师的杰作-VC++ Graphic MR.SUN S MASTERWORK
  3. 所属分类:Document

    • 发布日期:2017-05-09
    • 文件大小:1979473
    • 提供者:羊咩咩
  1. five

    0下载:
  2. 我使用以前的五子棋VC游戏的架构和资源,用了一个副线程将我的通讯与框架代码写在里面,MFC与副线程间是用内核对象和全局变量通讯的。 1.主线程: a负责创建MFC单文档 b,等待副线程开启鼠标移动和左击事件的许可,是bool g_mouseMoveAble和bool g_lButtonDownAble两个变量来控制的。 c,单击事件发生后,如果单击的合法(在棋盘上不与其它的棋子冲突),就可以将通知(HANDLE hEvent)给副线程,通知它来处理。
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-17
    • 文件大小:5014922
    • 提供者:sunyi
  1. 123

    0下载:
  2. 基于VC单文档模式写的mandelbrot集程序-The source code of mandelbrot with VC++ using the single docment model
  3. 所属分类:Graph program

    • 发布日期:2017-05-15
    • 文件大小:3917087
    • 提供者:13
  1. SnakeMFC

    0下载:
  2. 采用VC++6.0开发,框架为MFC的单文档程序,含有贪吃蛇的目标节点生成算法,吃节点及移动算法等,图形化,界面友好!-Using VC++6.0 development, frameworks, procedures for the MFC single document containing the destination node generation algorithm Snake eating nodes and mobile algorithms, graphical, user-f
  3. 所属分类:Other Games

    • 发布日期:2017-04-05
    • 文件大小:39162
    • 提供者:张珂
  1. danwendangjinclz

    0下载:
  2. 利用VC++编程MFC中单文档的多线程的实例及说明文档,其中包含源代码,对于初学者非常有用,值得一看。-VC++ programming using MFC multi-threading in a single document, examples and documentation, including source code, very useful for beginners, worth a visit.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-08
    • 文件大小:1948062
    • 提供者:ngfwin
  1. MultiViewSS

    0下载:
  2. VC++6.0 单文档下,非拆分视图下的视图切换程序-VC++6.0 a single document, the non-split view, the view switching process under the
  3. 所属分类:software engineering

    • 发布日期:2017-05-13
    • 文件大小:3494758
    • 提供者:孙大圣
  1. DIBDisplay

    0下载:
  2. 利用单文档界面打开一个bmp位图,建立一个位图类CDIB,里面有开发位图类和调用位图类的详细代码。-It s a VC++ programmer which can open and display abitmap graph.
  3. 所属分类:Graph program

    • 发布日期:2017-05-10
    • 文件大小:2130626
    • 提供者:hellen
  1. silder

    0下载:
  2. 一个特效的slider分割条,能够直接运行的vc++程序,对单文档界面美化有用-An effect of the slider divider bar is able to directly run vc++ program, useful for single-document interface beautification
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-01
    • 文件大小:25916
    • 提供者:carl
  1. MrScan3D

    0下载:
  2. VC++6.0 单文档窗口分割与OpenGL显示-SDI splitter and OpenGL display window
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:77122
    • 提供者:mafulu
  1. vchuitu

    0下载:
  2. 本vc++程序是基于单文档程序,在菜单里可以选择绘制点、线、矩形、椭圆,并对图形进行相应的线条类型,颜色设置。-The vc++ program is based on a single document procedures, the menu can choose to draw points, lines, rectangles, ellipses, and the corresponding line type of graphics, color settings.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-09
    • 文件大小:55804
    • 提供者:果冻
  1. SingleDocumentBackgrand

    0下载:
  2. 包含改变单文档背景位图和改变单文档背景颜色的VC源代码-single document backgrand color or bmp
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-29
    • 文件大小:88278
    • 提供者:cbh
  1. 1986BmpWindow

    0下载:
  2. 在别人基础上修改的用VC++写的关于单文档界面美化的问题-Based on the changes of others using VC++ to write a single document interface on the issue of beautification
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-16
    • 文件大小:172689
    • 提供者:郭高
  1. ImageProcess

    0下载:
  2. 实现所有经典的数字图像处理算法,为vc单文档界面-The realization of all the classical digital image processing algorithms, for vc Single Document Interface
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4240593
    • 提供者:张文涛
  1. NewScroll

    0下载:
  2. 所属分类:GUI Develop

    • 发布日期:2017-04-04
    • 文件大小:140277
    • 提供者:许强明
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 19 »
搜珍网 www.dssz.com